home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 April / Software of the Month - Ultimate Collection Shareware 260.iso / pc / Business / helpdesk / HelpDesk.mdb / Schedule.json < prev    next >
JavaScript Object Notation  |  1998-12-09  |  264b

  1. {
  2.     "schema": {
  3.         "ScheduleId": "Long Integer",
  4.         "UserId": "Long Integer NOT NULL",
  5.         "ContactId": "Long Integer NOT NULL",
  6.         "OrganizationId": "Long Integer",
  7.         "Notes": "Memo/Hyperlink (255)",
  8.         "Followup": "DateTime"
  9.     },
  10.     "data": [
  11.         {
  12.             "ScheduleId": 1,
  13.             "UserId": 1,
  14.             "ContactId": 1,
  15.             "OrganizationId": 1
  16.         }
  17.     ]
  18. }